@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
@import url(https://fonts.googleapis);

body { font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; 
}
h1, h2, h3 {
  /*font-family: 'Yanone Kaffeesatz';*/
  font-weight: normal;
}


h2{
  margin-bottom: 0px;
}

a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 50%;
}
.remark-code, .remark-inline-code { font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; }
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #272822;
  color: #d6d6d6;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #f3f3f3;
  line-height: 1.0em;
}
/* Two-column layout */
.left-column {
  /*color: #777;*/
  width: 47%;
  /*height: 92%;*/
  float: left;
}

.right-column {
  width: 75%; 
  margin-bottom: -2em;
  float: right;
  /*padding-top: 1em;*/
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ * {
  clear: both;
}
img, video, iframe {
  /*max-width: 100%;*/
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
.baby-bear{
  /*Because the porridge was just right*/
  font-size: 80%;
}
.small {
  font-size: 70%
}
.kinda-small {
  font-size: 55%;
}

.tiny {
  font-size: 45%
}

.baby-code .remark-code{
  font-size: 75%;
}
.small-code .remark-code{
  font-size: 55%;
}

.tiny-code .remark-code{
  font-size: 45%;
}


.h1-with-images h1 {
  margin-bottom: 0px;
}

.my-header h1 h3{
  margin-top: 2px;
}

/* Default background colour, and font size */
.remark-slide-content{
                       padding-top: 5.5em;
                       padding-left: 100px;
                       padding-right: 100px;
                       background-image: url("../../images/agrf_logo.png");
                       background-size: cover;
                       font-size: 170%;    /* Regular text */
                       padding-bottom: 1em;
                       
                     }

.remark-slide-content h1{
  margin-bottom: 0;
}                    

.remark-slide-content h3{
  margin-top: 0;
}    


.hint-slide{
                       padding-top: 5.5em;
                       padding-left: 100px;
                       padding-right: 100px;
                       background-image: url("../../images/agrf_logo_hint.png");
                       background-size: cover;
                       font-size: 170%;    /* Regular text */
                       padding-bottom: 1em;
                       
                     }
                     
.genomics-innovation-hub{
                       padding-top: 5.5em;
                       padding-left: 100px;
                       padding-right: 100px;
                       background-image: url("../../images/gih_background.png");
                       background-size: cover;
                       font-size: 170%;    /* Regular text */
                       padding-bottom: 1em;    
}

.li {padding-top:-2em}
.ul {padding-top:-2em}

.remark-slide-number {
                       padding-bottom: 1em;
                     }

.genomics-innovation-hub .remark-slide-number{
    padding-bottom: 0.2em;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
tr:nth-child(even) { background: #eee }

.title-slide {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/39/Naruto_Shiki_Fujin.svg);
  background-size: cover;
}


.title-slide .remark-slide-number {
  display: none;
}


img[alt=gromit_gif] { width: 42%; }

